PCI backend and frontend drivers for i386 and x86_64.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 16 Feb 2006 22:44:41 +0000 (23:44 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 16 Feb 2006 22:44:41 +0000 (23:44 +0100)
commitca0e9847e8635765e36422e91eaa0f88997e6a60
tree1521e98dbbed852f4de0ce2cf1b9b22fbe0af8d1
parentb41c62a012feefbb14c93cca84030241e4da95d9
PCI backend and frontend drivers for i386 and x86_64.

Signed-off-by: Ryan Wilson <hap9@epoch.ncsc.mil>
25 files changed:
linux-2.6-xen-sparse/arch/i386/Kconfig
linux-2.6-xen-sparse/arch/i386/pci/Makefile
linux-2.6-xen-sparse/arch/i386/pci/pcifront.c [new file with mode: 0644]
linux-2.6-xen-sparse/arch/x86_64/Kconfig
linux-2.6-xen-sparse/arch/x86_64/pci/Makefile
linux-2.6-xen-sparse/drivers/xen/Kconfig
linux-2.6-xen-sparse/drivers/xen/Makefile
linux-2.6-xen-sparse/drivers/xen/pciback/Makefile [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/pciback/conf_space.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/pciback/conf_space.h [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/pciback/conf_space_header.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/pciback/passthrough.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/pciback/pci_stub.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/pciback/pciback.h [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/pciback/pciback_ops.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/pciback/vpci.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/pciback/xenbus.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/pcifront/Makefile [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/pcifront/pci.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/pcifront/pci_op.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/pcifront/pcifront.h [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/pcifront/xenbus.c [new file with mode: 0644]
linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/pci.h
linux-2.6-xen-sparse/include/xen/pcifront.h [new file with mode: 0644]
xen/include/public/io/pciif.h [new file with mode: 0644]